home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InterCD 2001 December
/
december_2001.iso
/
Internet Programs
/
HTML Webmaster 2.0
/
_SETUP.1
/
Close DB Connection.cod
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-02-16
|
142 b
|
11 lines
Sub CloseCon
rs.Close
set rs = Nothing
'close the connection
conn.Close
'destroy the connection object
set conn = Nothing
End Sub